Skip to main content

SaveToClipboardFormat

Description

The SaveToClipboardFormat method for using in the TsgCADdxfImage descendant class only. This function creates a local copy in Clipboard format. The palette is returned in the Pal parameter, the format in the Fmt parameter, and a handle to the data in the Data parameter.

ParameterTypeDescription
FmtWordA format. set this parameter as CF_DXF
DataTHandleA handle to the data
PalHPALETTEA pallete
Note

Set the Fmt parameter as CF_DXF

Syntax

procedure SaveToClipboardFormat(var Fmt: Word; var Data: THandle; var Pal: HPALETTE); override;